home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to "INFO2"
- cursor(280)
- set the visible of sprite 40 to 1
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to "INFO1"
- cursor(-1)
- set the visible of sprite 40 to 0
- end
-
- on mouseDown me
- set the member of sprite the currentSpriteNum to "INFO3"
- end
-